From c8c61a2fd3a33938a3b1abbf61e8407a82e30f3a Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 17 Jun 2006 08:34:54 +0100 Subject: [PATCH] [TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options. Signed-off-by: Don Dugger --- tools/examples/xmexample.hvm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm index f142379871..24ec59c66b 100644 --- a/tools/examples/xmexample.hvm +++ b/tools/examples/xmexample.hvm @@ -164,3 +164,15 @@ ne2000=0 #----------------------------------------------------------------------------- # start in full screen #full-screen=1 + + +#----------------------------------------------------------------------------- +# Enable USB support (specific devices specified at runtime through the +# monitor window) +#usb=1 + +# Enable USB mouse support (only enable one of the following, `mouse' for +# PS/2 protocol relative mouse, `tablet' for +# absolute mouse) +#usbdevice='mouse' +#usbdevice='tablet' -- 2.30.2